From: Lars Ingebrigtsen Date: Thu, 13 Jun 2019 12:26:18 +0000 (+0200) Subject: Make erc-dcc-server work again by making synchronous X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~2958 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bc7e771f9b1e204efff015464a40c3ee59668fd9;p=emacs.git Make erc-dcc-server work again by making synchronous * lisp/erc/erc-dcc.el (erc-dcc-server): :server and :nowait can't be mixed, so remove the :nowait. --- diff --git a/lisp/erc/erc-dcc.el b/lisp/erc/erc-dcc.el index a6b7532e1f3..abc31484f8a 100644 --- a/lisp/erc/erc-dcc.el +++ b/lisp/erc/erc-dcc.el @@ -354,7 +354,6 @@ created subprocess, or nil." :buffer nil :host (erc-dcc-host) :service port - :nowait t :noquery nil :filter filter :sentinel sentinel